home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / SIMPLEVB.DFM / SIMPLEVB.txt
Encoding:
Text File  |  1996-03-08  |  3.0 KB  |  155 lines

  1. object SimpleForm: TSimpleForm
  2.   Left = 193
  3.   Top = 98
  4.   ActiveControl = btlLogon
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Simple DCU Demo for DELPHI'
  8.   ClientHeight = 291
  9.   ClientWidth = 429
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object btlLogon: TButton
  19.     Left = 16
  20.     Top = 8
  21.     Width = 81
  22.     Height = 25
  23.     Hint = 'Sign On your Mail System'
  24.     Caption = 'Login'
  25.     Default = True
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     OnClick = btlLogonClick
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 16
  33.     Top = 40
  34.     Width = 401
  35.     Height = 225
  36.     Caption = 'Inbox Information'
  37.     TabOrder = 1
  38.     object Label2: TLabel
  39.       Left = 16
  40.       Top = 88
  41.       Width = 152
  42.       Height = 16
  43.       Caption = 'Current Message Number:'
  44.     end
  45.     object szMsgNum: TLabel
  46.       Left = 176
  47.       Top = 88
  48.       Width = 113
  49.       Height = 16
  50.       AutoSize = False
  51.     end
  52.     object Bevel1: TBevel
  53.       Left = 48
  54.       Top = 32
  55.       Width = 289
  56.       Height = 33
  57.     end
  58.     object Label1: TLabel
  59.       Left = 56
  60.       Top = 40
  61.       Width = 127
  62.       Height = 16
  63.       Caption = 'Total Message Count:'
  64.     end
  65.     object szCount: TLabel
  66.       Left = 192
  67.       Top = 40
  68.       Width = 137
  69.       Height = 16
  70.       AutoSize = False
  71.     end
  72.     object Label3: TLabel
  73.       Left = 16
  74.       Top = 120
  75.       Width = 48
  76.       Height = 16
  77.       Caption = 'Subject:'
  78.     end
  79.     object Label4: TLabel
  80.       Left = 16
  81.       Top = 152
  82.       Width = 56
  83.       Height = 16
  84.       Caption = 'NoteText:'
  85.     end
  86.     object szSubject: TEdit
  87.       Left = 80
  88.       Top = 120
  89.       Width = 297
  90.       Height = 24
  91.       Hint = 'Message Subject'
  92.       ParentShowHint = False
  93.       ShowHint = True
  94.       TabOrder = 0
  95.     end
  96.     object szNoteText: TMemo
  97.       Left = 80
  98.       Top = 152
  99.       Width = 297
  100.       Height = 65
  101.       Hint = 'Message Note Text'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       TabOrder = 1
  105.     end
  106.   end
  107.   object btnFirst: TButton
  108.     Left = 224
  109.     Top = 8
  110.     Width = 89
  111.     Height = 25
  112.     Hint = 'Fetch First Message'
  113.     Caption = 'Fetch First'
  114.     ParentShowHint = False
  115.     ShowHint = True
  116.     TabOrder = 2
  117.     OnClick = btnFirstClick
  118.   end
  119.   object btnNext: TButton
  120.     Left = 320
  121.     Top = 8
  122.     Width = 89
  123.     Height = 25
  124.     Hint = 'Fetch Next Message'
  125.     Caption = 'Fetch neXt'
  126.     ParentShowHint = False
  127.     ShowHint = True
  128.     TabOrder = 3
  129.     OnClick = btnNextClick
  130.   end
  131.   object MXForm1: TMXForm
  132.     Left = 196
  133.     Top = 268
  134.     Width = 221
  135.     Height = 18
  136.     MXFormName = 'FormTag4'
  137.   end
  138.   object MXSession1: TMXSession
  139.     Left = 0
  140.     Top = 252
  141.     Width = 30
  142.     Height = 30
  143.     Custom = 'Push ... for Custom Properties'
  144.   end
  145.   object MXMessage1: TMXMessage
  146.     Left = 0
  147.     Top = 204
  148.     Width = 30
  149.     Height = 30
  150.     Custom = 'Push ... for Custom Properties'
  151.     BindString = 'MXSession1'
  152.     TimeFormat = '%m/%d/%y'
  153.   end
  154. end
  155.